home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2002 April / OTODAY042002.ISO / pc / progwin / lighths.swf / scripts / DefineButton2_827 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2001-08-13  |  144 b   |  9 lines

  1. on(press){
  2.    startDrag("_root.OR1",0);
  3.    if(current != 0)
  4.    {
  5.       set("_root:modul" add current,"none");
  6.       current = 0;
  7.    }
  8. }
  9.